Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CALL-NAME attribute
The name of one of the following:
- An external procedure, internal procedure, or user-defined function you want to invoke dynamically.
- An attribute you want to get or set dynamically.
Data type: CHARACTER Access: Readable/Writable Applies to: CALL object handle- A method you want to run dynamically.
char-expressionA CHARACTER expression indicating the name of the procedure, user-defined function, or attribute. The default is the Unknown value (
?).If
char-expressionis a procedure, the rules for finding the procedure are the same as those of the RUN statement, including the treatment of SUPER. However, the actual instance of the file, procedure name, or attribute is not determined until the dynamic invoke is executed.If
char-expressionis a user-defined function, an attribute, or a method, the rules for finding the function or attribute are the same as those for finding a function or attribute invoked statically.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |